home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / conversion / tapgif10 / tapgif.man < prev    next >
Text File  |  1995-02-13  |  2KB  |  87 lines

  1.  
  2.  
  3.  
  4.     TAPGIF 1.0                                                21.09.94
  5.  
  6.  
  7.  
  8.     ABOUT
  9.  
  10.     TAPGIF is a program that converts an ILBM picture to GIF format
  11.     without changing the picture's palette information. This is for
  12.     direct conversions, and does not handle HAM, EHB, or the other
  13.     variations from the norm correctly.
  14.  
  15.     I use it specifically for converting 640x480/8 AGA pics with
  16.     Windows identity palettes to GIF format without disturbing the
  17.     palette. There is a program called AM2GIF that will do HAM and so
  18.     on, but does not support AGA. And unfortunately ImageMaster and
  19.     PPM, which can both write GIFs, also both insist on fooling with
  20.     the palette in the process.
  21.  
  22.     If the IFF picture contains an ANNO chunk, then the GIF file will
  23.     be written with a GIF89a signature and a comment extension block
  24.     will be added containing the annotation. This can be prevented by
  25.     specifying an empty NOTE string on the command line.
  26.  
  27.     TAPGIF is written by John Bickers using SAS C 6.51.
  28.  
  29.  
  30.     REQUIREMENTS
  31.  
  32.     TAPGIF requires a machine with KS 2.0, and also requires the IFF
  33.     library. This library can be found on the Aminet sites.
  34.  
  35.  
  36.     PARAMETERS
  37.  
  38.     The command template is...
  39.  
  40.     FROM/A,TO/A,NOTE/K
  41.  
  42.     where...
  43.  
  44.         FROM    Is the name of an IFF ILBM picture to convert.
  45.  
  46.         TO      Is the name of the GIF picture you want created.
  47.  
  48.         NOTE    An optional comment to be added to the GIF file. This
  49.                 will cancel any ANNO chunk that may be in the IFF
  50.                 file, and the file will be written with a GIF89a
  51.                 signature.
  52.  
  53.  
  54.     CREDITS
  55.  
  56.     TAPGIF is written by John Bickers using SAS C 6.51.
  57.  
  58.     GIF compression is performed by a modified version of the LZW code
  59.     in Jef Poskanzer's PPMTOGIF program, which in turn is based on the
  60.     LZW code in the Unix compress program.
  61.  
  62.     Christian A. Weber's iff.library is used for loading ILBM files.
  63.  
  64.  
  65.     DISTRIBUTION
  66.  
  67.     TAPGIF is Copyright © 1994 by John Bickers.
  68.  
  69.     This program is freely distributable.
  70.  
  71.  
  72.     CONTACT INFO
  73.  
  74.     I can be reached at:
  75.  
  76.         John Bickers
  77.         214 Rata St
  78.         Naenae 6301
  79.         New Zealand
  80.  
  81.     Or: jbickers@templar.actrix.gen.nz
  82.  
  83.  
  84.     HISTORY
  85.  
  86.     20.09.94    1.0
  87.